diff options
Diffstat (limited to 'compiler-rt/test/shadowcallstack/lit.site.cfg.in')
-rw-r--r-- | compiler-rt/test/shadowcallstack/lit.site.cfg.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/shadowcallstack/lit.site.cfg.in b/compiler-rt/test/shadowcallstack/lit.site.cfg.in index 4582f36d745..aa8913e84cb 100644 --- a/compiler-rt/test/shadowcallstack/lit.site.cfg.in +++ b/compiler-rt/test/shadowcallstack/lit.site.cfg.in @@ -1,5 +1,10 @@ @LIT_SITE_CFG_IN_HEADER@ +# Tool-specific config options. +config.name_suffix = "@SHADOWCALLSTACK_TEST_CONFIG_SUFFIX@" +config.target_cflags = "@SHADOWCALLSTACK_TEST_TARGET_CFLAGS@" +config.target_arch = "@SHADOWCALLSTACK_TEST_TARGET_ARCH@" + # Load common config for all compiler-rt lit tests. lit_config.load_config(config, "@COMPILER_RT_BINARY_DIR@/test/lit.common.configured") |