[llvm] 1bdb636 - [ARM] Fix linking of the new unittest from a968e7b82eac

Martin Storsjö via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 4 01:04:34 PST 2021


Author: Martin Storsjö
Date: 2021-03-04T11:04:17+02:00
New Revision: 1bdb636661d473d731b9a0ab8d9b124037469306

URL: https://github.com/llvm/llvm-project/commit/1bdb636661d473d731b9a0ab8d9b124037469306
DIFF: https://github.com/llvm/llvm-project/commit/1bdb636661d473d731b9a0ab8d9b124037469306.diff

LOG: [ARM] Fix linking of the new unittest from a968e7b82eac

Added: 
    

Modified: 
    llvm/unittests/Target/ARM/CMakeLists.txt

Removed: 
    


################################################################################
diff  --git a/llvm/unittests/Target/ARM/CMakeLists.txt b/llvm/unittests/Target/ARM/CMakeLists.txt
index 7b21214e24fd..002adc9bdac4 100644
--- a/llvm/unittests/Target/ARM/CMakeLists.txt
+++ b/llvm/unittests/Target/ARM/CMakeLists.txt
@@ -8,6 +8,7 @@ set(LLVM_LINK_COMPONENTS
   ARMCodeGen
   ARMDesc
   ARMInfo
+  AsmParser
   CodeGen
   GlobalISel
   MC


        


More information about the llvm-commits mailing list