diff options
| -rw-r--r-- | compiler-rt/test/ubsan/lit.site.cfg.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler-rt/test/ubsan/lit.site.cfg.in b/compiler-rt/test/ubsan/lit.site.cfg.in index 6fac2a650ee..ef72d2bbb42 100644 --- a/compiler-rt/test/ubsan/lit.site.cfg.in +++ b/compiler-rt/test/ubsan/lit.site.cfg.in @@ -3,7 +3,6 @@ lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configu # Tool-specific config options. config.ubsan_lit_test_mode = "@UBSAN_LIT_TEST_MODE@" -config.target_cflags = "@COMPILER_RT_TEST_COMPILER_CFLAGS@" # Load tool-specific config that would do the real work. lit_config.load_config(config, "@UBSAN_LIT_TESTS_DIR@/lit.common.cfg") |

