Mercurial > hg > CbC > CbC_llvm
comparison test/Linker/apple-version.ll @ 147:c2174574ed3a
LLVM 10
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 14 Aug 2019 16:55:33 +0900 |
parents | 60c9769439b8 |
children |
comparison
equal
deleted
inserted
replaced
134:3a76565eade5 | 147:c2174574ed3a |
---|---|
9 | 9 |
10 ; Check that the triple that has the larger version number is chosen and no | 10 ; Check that the triple that has the larger version number is chosen and no |
11 ; warnings are issued when the Triples differ only in version numbers. | 11 ; warnings are issued when the Triples differ only in version numbers. |
12 | 12 |
13 ; CHECK1: target triple = "x86_64-apple-macosx10.10.0" | 13 ; CHECK1: target triple = "x86_64-apple-macosx10.10.0" |
14 ; WARN1-NOT: WARNING | 14 ; WARN1-NOT: warning |
15 ; CHECK2: target triple = "x86_64-apple-macosx10.9.0" | 15 ; CHECK2: target triple = "x86_64-apple-macosx10.9.0" |
16 ; WARN2-NOT: WARNING | 16 ; WARN2-NOT: warning |
17 | 17 |
18 ; i386 and x86_64 map to different ArchType enums. | 18 ; i386 and x86_64 map to different ArchType enums. |
19 ; WARN3: WARNING: Linking two modules of different target triples | 19 ; WARN3: warning: Linking two modules of different target triples |
20 | 20 |
21 ; x86_64h and x86_64 map to the same ArchType enum. | 21 ; x86_64h and x86_64 map to the same ArchType enum. |
22 ; WARN4-NOT: WARNING | 22 ; WARN4-NOT: warning |
23 | 23 |
24 target triple = "x86_64-apple-macosx10.9.0" | 24 target triple = "x86_64-apple-macosx10.9.0" |