Commit bf4b5b9f authored by Mostyn Bramley-Moore's avatar Mostyn Bramley-Moore Committed by Commit Bot

[jumbo] add namespaces to avoid CreateDescriptorForStackArguments collision

Bug: chromium:798964
Change-Id: If88093cc1f1c1793be570f37604a03d427821821
Reviewed-on: https://chromium-review.googlesource.com/868159Reviewed-by: 's avatarBen Titzer <titzer@chromium.org>
Commit-Queue: Mostyn Bramley-Moore <mostynb@vewd.com>
Cr-Commit-Position: refs/heads/master@{#50630}
parent fa8c6834
......@@ -12,6 +12,7 @@
namespace v8 {
namespace internal {
namespace compiler {
namespace test_run_retpoline {
#define __ assembler.
......@@ -201,6 +202,7 @@ TEST(RetpolineEvenOddTail) {
TestHelper(2, 3, true);
}
} // namespace test_run_retpoline
} // namespace compiler
} // namespace internal
} // namespace v8
......@@ -13,6 +13,7 @@
namespace v8 {
namespace internal {
namespace compiler {
namespace test_run_tail_calls {
#define __ assembler.
......@@ -164,6 +165,7 @@ TEST(FuzzStackParamCount) {
}
}
} // namespace test_run_tail_calls
} // namespace compiler
} // namespace internal
} // namespace v8
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