PPC+TSan whack-a-mole, round 3.

More details in https://reviews.llvm.org/D110552.

Last try until I revert the whole shenanigans.
This commit is contained in:
Mitch Phillips 2022-05-20 14:21:58 -07:00
parent d252d9231c
commit de06626725
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ if platform.system() == 'Windows' and '-win' in config.target_triple:
config.available_features.add(config.host_os.lower())
if config.target_triple.startswith("ppc"):
if config.target_triple.startswith("ppc") or config.target_triple.startswith("powerpc"):
config.available_features.add("ppc")
if re.match(r'^x86_64.*-linux', config.target_triple):