Commit 9d307138 by Nicolas Capens Committed by Nicolas Capens

Re-enable -Wno-defaulted-function-deleted warnings.

LLVM was updated to the latest 7.0.1 revision, which includes the proper fix. Reverts "Fixed build on Arm 64" This reverts commit fed67899. Bug b/123026156 Bug chromium:922089 Change-Id: I1f6ee4d3869e642e6ce2bd8cbf2c8f7553e4a607 Reviewed-on: https://swiftshader-review.googlesource.com/c/24150Tested-by: 's avatarNicolas Capens <nicolascapens@google.com> Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com>
parent e4adad03
...@@ -170,9 +170,6 @@ config("swiftshader_reactor_private_config") { ...@@ -170,9 +170,6 @@ config("swiftshader_reactor_private_config") {
] ]
} else { } else {
cflags = [ "-Wno-unused-local-typedef" ] cflags = [ "-Wno-unused-local-typedef" ]
if(target_cpu == "arm64") {
cflags += [ "-Wno-defaulted-function-deleted" ]
}
defines = [ defines = [
"__STDC_CONSTANT_MACROS", "__STDC_CONSTANT_MACROS",
"__STDC_LIMIT_MACROS", "__STDC_LIMIT_MACROS",
......
...@@ -61,10 +61,6 @@ config("swiftshader_llvm_private_config") { ...@@ -61,10 +61,6 @@ config("swiftshader_llvm_private_config") {
} }
} }
if(target_cpu == "arm64") {
cflags += [ "-Wno-defaulted-function-deleted" ]
}
cflags += [ cflags += [
"-Wno-attributes", "-Wno-attributes",
"-Wno-deprecated-declarations", "-Wno-deprecated-declarations",
......
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