Fixed typo.
[oota-llvm.git] / docs / CMake.rst
index 9bf0d5625569895ffb0582e719f5559fb6a30e0e..6eab04b9706b9424766dd715fe26634c93e10e0c 100644 (file)
@@ -1,5 +1,3 @@
-.. _building-with-cmake:
-
 ========================
 Building LLVM with CMake
 ========================
@@ -355,6 +353,8 @@ an equivalent variant of snippet shown above:
 
   target_link_libraries(mycompiler ${REQ_LLVM_LIBRARIES})
 
+.. _cmake-out-of-source-pass:
+
 Developing LLVM pass out of source
 ----------------------------------