forked from OSchip/llvm-project
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:
parent
d252d9231c
commit
de06626725
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue