aboutsummaryrefslogtreecommitdiff
path: root/bolt/test/AArch64/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'bolt/test/AArch64/lit.local.cfg')
-rw-r--r--bolt/test/AArch64/lit.local.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/bolt/test/AArch64/lit.local.cfg b/bolt/test/AArch64/lit.local.cfg
index 5374d4f..59fa15a 100644
--- a/bolt/test/AArch64/lit.local.cfg
+++ b/bolt/test/AArch64/lit.local.cfg
@@ -1,7 +1,7 @@
-if 'AArch64' not in config.root.targets:
+if "AArch64" not in config.root.targets:
config.unsupported = True
-flags = '--target=aarch64-pc-linux -nostartfiles -nostdlib -ffreestanding'
+flags = "--target=aarch64-pc-linux -nostartfiles -nostdlib -ffreestanding"
-config.substitutions.insert(0, ('%cflags', f'%cflags {flags}'))
-config.substitutions.insert(0, ('%cxxflags', f'%cxxflags {flags}'))
+config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
+config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))