[libc] Switch to using the generic `<gpuintrin.h>` implementations (#121810)
[llvm-project.git] / bolt / test / X86 / lit.local.cfg
blobea9928d1918847ddc4606bac2e46cd7d3fd4282e
1 if not "X86" in config.root.targets:
2     config.unsupported = True
4 flags = "--target=x86_64-unknown-linux-gnu -nostdlib"
6 config.substitutions.insert(0, ("%cflags", f"%cflags {flags}"))
7 config.substitutions.insert(0, ("%cxxflags", f"%cxxflags {flags}"))