Commit 497e6204 by Ben Clayton

Fix LLVM_VERSION_MAJOR for LLVM 10 on macOS

Looks like I generated the configs using ToT which had already bumped version, insteaad of the snapshot held by SwiftShader `third_party/llvm-10.0` Bug: b/152339534 Change-Id: I7d01a3c8d308916c6fa699ba73f0b3201fdf1658
parent 907433b9
...@@ -63,7 +63,7 @@ ...@@ -63,7 +63,7 @@
#define LLVM_USE_PERF 0 #define LLVM_USE_PERF 0
/* Major version of the LLVM API */ /* Major version of the LLVM API */
#define LLVM_VERSION_MAJOR 11 #define LLVM_VERSION_MAJOR 10
/* Minor version of the LLVM API */ /* Minor version of the LLVM API */
#define LLVM_VERSION_MINOR 0 #define LLVM_VERSION_MINOR 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment