Skip to content

Commit

Permalink
Change name from LLVMEnzymeStatic to EnzymeStatic.
Browse files Browse the repository at this point in the history
  • Loading branch information
erick-xanadu committed Aug 15, 2023
1 parent c429cc6 commit af1df22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enzyme/Enzyme/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ target_compile_definitions(LLDEnzyme-${LLVM_VERSION_MAJOR} PUBLIC ENZYME_RUNPASS
endif()

if (${ENZYME_STATIC_LIB})
add_llvm_library( LLVMEnzymeStatic-${LLVM_VERSION_MAJOR}
add_llvm_library( EnzymeStatic-${LLVM_VERSION_MAJOR}
${ENZYME_SRC}
STATIC
DEPENDS
Expand Down

0 comments on commit af1df22

Please sign in to comment.