We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efdef5f commit c310889Copy full SHA for c310889
1 file changed
Tools/jit/_targets.py
@@ -507,7 +507,6 @@ def get_target(host: str) -> _COFF | _ELF | _MachO:
507
# On aarch64 Linux, intrinsics were being emitted and this flag
508
# was required to disable them.
509
"-mno-outline-atomics",
510
- "-fplt",
511
]
512
target = _ELF(host, alignment=8, args=args)
513
elif re.fullmatch(r"i686-pc-windows-msvc", host):
0 commit comments