diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2019-11-05 11:01:15 +0300 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2019-11-05 12:10:58 +0300 |
| commit | 0d14656b9d8ca38b8ea321c7047eaeec43c5b2ef (patch) | |
| tree | bb04ebb07547c069f6db9665048f324471f891e8 /clang/test/Preprocessor/init.c | |
| parent | e578d0fd295a67bce1e1fc922237f459deb49c7e (diff) | |
| download | bcm5719-llvm-0d14656b9d8ca38b8ea321c7047eaeec43c5b2ef.tar.gz bcm5719-llvm-0d14656b9d8ca38b8ea321c7047eaeec43c5b2ef.zip | |
[mips] Set __OCTEON__ macros
Diffstat (limited to 'clang/test/Preprocessor/init.c')
| -rw-r--r-- | clang/test/Preprocessor/init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/test/Preprocessor/init.c b/clang/test/Preprocessor/init.c index 4e79077687c..f80e4de9e5e 100644 --- a/clang/test/Preprocessor/init.c +++ b/clang/test/Preprocessor/init.c @@ -4839,6 +4839,7 @@ // MIPS-ARCH-OCTEON:#define _MIPS_ARCH "octeon" // MIPS-ARCH-OCTEON:#define _MIPS_ARCH_OCTEON 1 // MIPS-ARCH-OCTEON:#define _MIPS_ISA _MIPS_ISA_MIPS64 +// MIPS-ARCH-OCTEON:#define __OCTEON__ 1 // MIPS-ARCH-OCTEON:#define __mips_isa_rev 2 // // Check MIPS float ABI macros |

