llvm-project/compiler-rt/test/cfi/cross-dso
Fangrui Song 7f1026a752 [cfi][test] cross-dso/stats.cpp: don't assume the order of static constructors
__sanitizer_stat_init is called for the executable first, then the
shared object. In WriterModuleReport(), the information for the shared
object will be recorded first. It'd be nice to get rid of the order
requirement of static constructors. (This should make .ctors platforms
work.)
2020-01-08 15:50:51 -08:00
..
icall [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
util [cfi] Test cross-dso CFI on Android. 2017-10-16 18:03:11 +00:00
lit.local.cfg.py [compiler-rt] Rename lit.*.cfg.* -> lit.*.cfg.py.* 2019-06-27 20:56:04 +00:00
shadow_is_read_only.cpp [cfi] Test cross-dso CFI on Android. 2017-10-16 18:03:11 +00:00
simple-fail.cpp [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC) 2017-10-13 23:33:12 +00:00
simple-pass.cpp [cfi] Use %ld_flags_rpath_* substitutions in tests (NFC) 2017-10-13 23:33:12 +00:00
stats.cpp [cfi][test] cross-dso/stats.cpp: don't assume the order of static constructors 2020-01-08 15:50:51 -08:00
target_out_of_bounds.cpp