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

Unified Diff: BUILD.gn

Issue 2023503002: Reland Implement .eh_frame writer and disassembler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@eh-frame-base
Patch Set: Improve disassembler, get rid of PatchProcedureBoundariesInEhFrame. 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 | « no previous file | src/arm/eh-frame-arm.h » ('j') | src/arm/eh-frame-arm.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 3179a4f0841cc5d052f01ba7552deabfde8254f7..4b5be82df351c494e7f0b247ac29d782ef171c41 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -1580,6 +1580,8 @@ v8_source_set("v8_base") {
"src/x64/cpu-x64.cc",
"src/x64/deoptimizer-x64.cc",
"src/x64/disasm-x64.cc",
+ "src/x64/eh-frame-x64.cc",
+ "src/x64/eh-frame-x64.h",
"src/x64/frames-x64.cc",
"src/x64/frames-x64.h",
"src/x64/interface-descriptors-x64.cc",
@@ -1601,6 +1603,8 @@ v8_source_set("v8_base") {
"src/arm/cpu-arm.cc",
"src/arm/deoptimizer-arm.cc",
"src/arm/disasm-arm.cc",
+ "src/arm/eh-frame-arm.cc",
+ "src/arm/eh-frame-arm.h",
"src/arm/frames-arm.cc",
"src/arm/frames-arm.h",
"src/arm/interface-descriptors-arm.cc",
@@ -1647,6 +1651,8 @@ v8_source_set("v8_base") {
"src/arm64/deoptimizer-arm64.cc",
"src/arm64/disasm-arm64.cc",
"src/arm64/disasm-arm64.h",
+ "src/arm64/eh-frame-arm64.cc",
+ "src/arm64/eh-frame-arm64.h",
"src/arm64/frames-arm64.cc",
"src/arm64/frames-arm64.h",
"src/arm64/instructions-arm64.cc",
« no previous file with comments | « no previous file | src/arm/eh-frame-arm.h » ('j') | src/arm/eh-frame-arm.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698