[all-commits] [llvm/llvm-project] ccbac0: Speculatively fix failing tests from 6381664580080...
Aaron Ballman via All-commits
all-commits at lists.llvm.org
Tue May 18 09:45:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ccbac06a072b86ea3b46479e478a1abee8520ef8
https://github.com/llvm/llvm-project/commit/ccbac06a072b86ea3b46479e478a1abee8520ef8
Author: Aaron Ballman <aaron at aaronballman.com>
Date: 2021-05-18 (Tue, 18 May 2021)
Changed paths:
M clang/test/Driver/sycl.c
Log Message:
-----------
Speculatively fix failing tests from 6381664580080f015bc0c2ec647853f697cf744a
This was causing some Mac-specific build failures:
http://45.33.8.238/macm1/9739/step_7.txt
http://45.33.8.238/mac/31615/step_7.txt
As best I can tell with psychic debugging, the /Users/blah path to the
source file is being treated as a macro undef with the clang-cl driver.
This splits the filename off explicitly so hopefully the rest of the
command line arguments will be read properly.
More information about the All-commits
mailing list