Commit ea6f21a0 by Nicolas Capens Committed by Nicolas Capens

Fix GN UBSanVPtr build of LLVM 10 JIT

https://ci.chromium.org/p/chromium/builders/ci/UBSan%20vptr%20Release ERROR at //third_party/swiftshader/third_party/llvm-10.0/BUILD.gn:132:5: Undefined identifier. sources += [ "llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp" ] ^------ Bug: b/152339534 Change-Id: I59ae43c44ed22b95c836188897497723adcb9a23 Reviewed-on: https://swiftshader-review.googlesource.com/c/SwiftShader/+/46668Reviewed-by: 's avatarNicolas Capens <nicolascapens@google.com> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent a8b8ef77
......@@ -129,7 +129,7 @@ swiftshader_llvm_source_set("swiftshader_llvm") {
# builds require that all declared classes have a definition even if they're
# not used.
if (is_ubsan_vptr) {
sources += [ "llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp" ]
sources = [ "llvm/lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp" ]
}
deps = [
......
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