Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit de7dc8a

Browse files
committed
Install llhd-sim
1 parent 6fe69ce commit de7dc8a

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/tools/llhd-sim/CMakeLists.txt b/tools/llhd-sim/CMakeLists.txt
2+
index 46c695d..f29efdf 100644
3+
--- a/tools/llhd-sim/CMakeLists.txt
4+
+++ b/tools/llhd-sim/CMakeLists.txt
5+
@@ -9,7 +9,7 @@ set(LIBS
6+
CIRCTLLHDSimEngine
7+
)
8+
9+
-add_llvm_executable(llhd-sim
10+
+add_llvm_tool(llhd-sim
11+
llhd-sim.cpp)
12+
13+
llvm_update_compile_flags(llhd-sim)

0 commit comments

Comments
 (0)