[libcxx] [llvm] [libc++][test] `ADDITIONAL_COMPILE_FLAGS` should be a space-separated list (PR #73541)
Nikolas Klauser via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 28 15:26:28 PST 2023
================
@@ -1352,7 +1352,7 @@ def getDefaultSubstitutions(test, tmpDir, tmpBase, normalize_slashes=False):
substitutions.append(("%{pathsep}", os.pathsep))
substitutions.append(("%basename_t", baseName))
-
+
----------------
philnik777 wrote:
Ah, that didn't show up on my phone. It just showed that you changes the line. That's fine then I think.
https://github.com/llvm/llvm-project/pull/73541
More information about the llvm-commits
mailing list