From 5ccaec452af44112ed0e5cd6c00a9668492eb51b Mon Sep 17 00:00:00 2001 From: Pavel Kosov Date: Mon, 17 Jul 2023 12:33:10 +0300 Subject: [PATCH] [CI] Check Gitee CI Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/I7LR7L Signed-off-by: Pavel Kosov --- llvm/lib/Target/AArch64/AArch64FrameLowering.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp index 8856fe0ea555..02bfc99808ef 100644 --- a/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp +++ b/llvm/lib/Target/AArch64/AArch64FrameLowering.cpp @@ -232,6 +232,9 @@ #include #include + +{{{ Broken for test purpose + using namespace llvm; #define DEBUG_TYPE "frame-info" -- Gitee