commit | 0321f9665519901c2c107575aeb507dea9241ce5 | [log] [tgz] |
---|---|---|
author | bjacob <benoitjacob@google.com> | Mon Oct 19 15:49:42 2020 -0400 |
committer | GitHub <noreply@github.com> | Mon Oct 19 15:49:42 2020 -0400 |
tree | 2904b6e155191fd5a8636bf1c55e34b39aa18891 | |
parent | e279bb77b3e45348f40b9273eefbb62b888a6fd1 [diff] |
Fix link flags with tracing. (#3531) Closes 3392
diff --git a/build_tools/cmake/iree_copts.cmake b/build_tools/cmake/iree_copts.cmake index 9d99d9b..74a29c4 100644 --- a/build_tools/cmake/iree_copts.cmake +++ b/build_tools/cmake/iree_copts.cmake
@@ -39,7 +39,7 @@ ) if(${IREE_ENABLE_RUNTIME_TRACING}) - set (CMAKE_EXE_LINKER_FLAGS -ldl) + string (APPEND CMAKE_EXE_LINKER_FLAGS -ldl) endif() iree_select_compiler_opts(IREE_DEFAULT_COPTS