llvm-capstone/cross-project-tests
Guozhi Wei e5244706ec [dexter-tests] Add attribute optnone to main function
The test case optnone-simple-functions.cpp is expected to be compiled
unoptimized even under -O2 because of attribute optnone. But this attribute is
missed for main function, and caused the fail in
https://lab.llvm.org/buildbot/#/builders/217/builds/14046 when it triggered
optimizations. This patch fixes that by adding attribute optnone to main
function.

Differential Revision: https://reviews.llvm.org/D136778
2022-10-26 20:57:49 +00:00
..
debuginfo-tests [dexter-tests] Add attribute optnone to main function 2022-10-26 20:57:49 +00:00
intrinsic-header-tests [WebAssembly] Add end-to-end codegen tests for wasm_simd128.h 2022-03-17 15:22:17 -07:00
CMakeLists.txt [cross-project-tests] Add split-file as dependency 2022-07-27 12:44:12 -07:00
lit.cfg.py Revert "Rebase: [Facebook] Add clang driver options to test debug info and BOLT" 2022-07-11 09:50:46 -07:00
lit.site.cfg.py.in Revert "Rebase: [Facebook] Add clang driver options to test debug info and BOLT" 2022-07-11 09:50:46 -07:00