Skip to content

Commit

Permalink
Merge pull request #189 from google/fix2
Browse files Browse the repository at this point in the history
Fixed dependency error.
  • Loading branch information
shenhanc78 authored Apr 4, 2024
2 parents 31d9d06 + 34bb61c commit 2de2e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function (config_with_llvm)
add_dependencies(llvm_propeller_mock_whole_program_info llvm_propeller_options)
add_dependencies(llvm_propeller_mock_whole_program_info llvm_propeller_cfg_proto)
add_library(create_llvm_prof_object OBJECT create_llvm_prof.cc)
add_dependencies(create_llvm_prof_object llvm_propeller_options)
add_dependencies(create_llvm_prof_object llvm_propeller_options LLVMDebugInfoDWARF)

add_library(sample_reader OBJECT sample_reader.cc)
target_include_directories(sample_reader PUBLIC util)
Expand Down

0 comments on commit 2de2e67

Please sign in to comment.