R600: Add ISA documents to the CompilerWriterInfo page
[oota-llvm.git] / tools / gold / CMakeLists.txt
index eb4b6e6aae53afa5b489275a592027b4c40c212c..2cc132ff78e4019d126c448b261b1ccbeb30d7ec 100644 (file)
@@ -40,6 +40,7 @@ else()
   set_property(SOURCE gold-plugin.cpp APPEND PROPERTY
     OBJECT_DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/exportsfile)
 
-  target_link_libraries(LLVMgold LTO -Wl,--version-script,exportsfile)
+  target_link_libraries(LLVMgold LTO
+                   -Wl,--version-script,${CMAKE_CURRENT_BINARY_DIR}/exportsfile)
   add_dependencies(LLVMgold gold_exports)
 endif()