summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/link-bitcode-file.c
AgeCommit message (Expand)Author
2023-06-20[Clang] Allow bitcode linking when the input is LLVM-IRJoseph Huber
2020-12-31[test] Add {{.*}} to make ELF tests immune to dso_local/dso_preemptable/(none...Fangrui Song
2020-02-03Revert "[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interposition"Fangrui Song
2020-02-03[CodeGenModule] Assume dso_local for -fpic -fno-semantic-interpositionFangrui Song
2017-02-02[CodeGen] Update test after recent changes in llvm (r293846).Davide Italiano
2017-02-01[CodeGen] Update test after recent changes in llvm (r293799).Davide Italiano
2015-10-27Allow linking multiple bitcode files.Artem Belevich
2015-05-12Fixed double-free in case of module loading error.Artem Belevich
2014-10-25Make this test a bit stricter by checking clang's output too.Rafael Espindola
2013-08-15CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...Stephen Lin
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
2011-10-30Add support for lazily linking bitcode files (using a newPeter Collingbourne