Skip to content

Commit

Permalink
Explicitly set OBJC=cc OBJCXX=c++ for bitcode test
Browse files Browse the repository at this point in the history
OBJC=clang / OBJCXX=clang++ can pick up a newer Clang that no longer
supports bitcode.
  • Loading branch information
Midar committed Apr 27, 2024
1 parent 47ad3fd commit 0752a74
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test cases/osx/7 bitcode/test.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"env": {
"OBJC": "cc",
"OBJCXX": "c++"
}
}

0 comments on commit 0752a74

Please sign in to comment.