This is somewhat preferable since (in many cases) it allows llc
to be run directly on the .ll files without having to pass the
-mtriple argument.
Details
Details
Diff Detail
Diff Detail
- Repository
- rLLD LLVM Linker
Paths
| Differential D42438
[WebAssembly] Use inline target triple in test cases ClosedPublic Authored by sbc100 on Jan 23 2018, 1:02 PM.
Details Summary This is somewhat preferable since (in many cases) it allows llc
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, sunfish, aheejin and 3 others. · View Herald TranscriptJan 23 2018, 1:02 PM sbc100 retitled this revision from [WebAssembly] Use inline target tripple in test cases to [WebAssembly] Use inline target triple in test cases. This revision was not accepted when it landed; it landed in state Needs Review. Closed by commit rL323299: [WebAssembly] Use inline target tripple in test cases (authored by sbc). · Explain Why Closed by commit rLLD323299: [WebAssembly] Use inline target tripple in test cases (authored by sbc). · Explain Why This revision was automatically updated to reflect the committed changes. This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 131190 test/wasm/Inputs/archive1.ll
test/wasm/Inputs/archive2.ll
test/wasm/Inputs/call-indirect.ll
test/wasm/Inputs/comdat1.ll
test/wasm/Inputs/comdat2.ll
test/wasm/Inputs/global-ctor-dtor.ll
test/wasm/Inputs/hello.ll
test/wasm/Inputs/hidden.ll
test/wasm/Inputs/locals-duplicate1.ll
test/wasm/Inputs/locals-duplicate2.ll
test/wasm/Inputs/many-funcs.ll
test/wasm/Inputs/ret32.ll
test/wasm/Inputs/ret64.ll
test/wasm/Inputs/weak-alias.ll
test/wasm/Inputs/weak-symbol1.ll
test/wasm/Inputs/weak-symbol2.ll
test/wasm/alias.ll
test/wasm/archive.ll
test/wasm/call-indirect.ll
test/wasm/comdats.ll
test/wasm/conflict.test
test/wasm/data-layout.ll
test/wasm/entry.ll
test/wasm/export.ll
test/wasm/function-imports-first.ll
test/wasm/function-imports.ll
test/wasm/function-index.test
test/wasm/import-memory.test
test/wasm/init-fini.ll
test/wasm/invalid-stack-size.ll
test/wasm/invalid-stack-size.test
test/wasm/load-undefined.ll
test/wasm/local-symbols.ll
test/wasm/locals-duplicate.test
test/wasm/many-functions.ll
test/wasm/relocatable.ll
test/wasm/signature-mismatch.ll
test/wasm/stack-pointer.ll
test/wasm/strip-debug.test
test/wasm/symbol-type-mismatch.ll
test/wasm/undefined-entry.test
test/wasm/undefined.ll
test/wasm/version.ll
test/wasm/visibility-hidden.ll
test/wasm/weak-alias-overide.ll
test/wasm/weak-alias.ll
test/wasm/weak-symbols.ll
test/wasm/weak-undefined.ll
|