aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2025-07-31 13:21:14 -0700
committerGitHub <noreply@github.com>2025-07-31 13:21:14 -0700
commitbf7afe1dc9c36011457c57b87cbe48e89f105ce4 (patch)
tree0d55f4b10d40f67e70fede0daabdef7f24768fce /clang/lib/Frontend
parentfd175fafa6353f6ddb2101c025d45efdfe25209b (diff)
downloadllvm-bf7afe1dc9c36011457c57b87cbe48e89f105ce4.zip
llvm-bf7afe1dc9c36011457c57b87cbe48e89f105ce4.tar.gz
llvm-bf7afe1dc9c36011457c57b87cbe48e89f105ce4.tar.bz2
[lldb] Don't use NamedTemporaryFile to test compiler support (#151387)
You cannot use a NamedTempFile with an external process because it may not be flushed to disk. The safest and most portable approach is to close the file, call the other process and then unlink the file manually. Presumably this works fine on Linux, but it fails on Darwin when targeting remote-linux. See https://bugs.python.org/issue29573
Diffstat (limited to 'clang/lib/Frontend')
0 files changed, 0 insertions, 0 deletions