Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(473)

Unified Diff: test/unittests/BUILD.gn

Issue 2060673002: [turbofan] Retiring Greedy Allocator (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/v8.gyp ('k') | test/unittests/compiler/coalesced-live-ranges-unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/unittests/BUILD.gn
diff --git a/test/unittests/BUILD.gn b/test/unittests/BUILD.gn
index 78720d095b8bc3dece0e306b006b0b5c0a695d64..b6bc680e1b5a33528913d8f8a754b0031dd8fe38 100644
--- a/test/unittests/BUILD.gn
+++ b/test/unittests/BUILD.gn
@@ -29,7 +29,6 @@ executable("unittests") {
"char-predicates-unittest.cc",
"compiler/branch-elimination-unittest.cc",
"compiler/checkpoint-elimination-unittest.cc",
- "compiler/coalesced-live-ranges-unittest.cc",
"compiler/common-operator-reducer-unittest.cc",
"compiler/common-operator-unittest.cc",
"compiler/compiler-test-utils.h",
@@ -174,7 +173,10 @@ executable("unittests") {
# Suppress warnings about importing locally defined symbols.
if (is_component_build) {
- ldflags = [ "/ignore:4049", "/ignore:4217" ]
+ ldflags = [
+ "/ignore:4049",
+ "/ignore:4217",
+ ]
}
}
}
« no previous file with comments | « src/v8.gyp ('k') | test/unittests/compiler/coalesced-live-ranges-unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698