[llvm] c564799 - Remove a comment that is no longer true after d03838343f2.

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun May 10 17:15:40 PDT 2020


Author: Nico Weber
Date: 2020-05-10T20:15:29-04:00
New Revision: c5647992e5af4cb20597a3d2457dd99696344753

URL: https://github.com/llvm/llvm-project/commit/c5647992e5af4cb20597a3d2457dd99696344753
DIFF: https://github.com/llvm/llvm-project/commit/c5647992e5af4cb20597a3d2457dd99696344753.diff

LOG: Remove a comment that is no longer true after d03838343f2.

Added: 
    

Modified: 
    llvm/cmake/modules/AddLLVM.cmake

Removed: 
    


################################################################################
diff  --git a/llvm/cmake/modules/AddLLVM.cmake b/llvm/cmake/modules/AddLLVM.cmake
index 5c8bdb56106e..6b10e2c4cd54 100644
--- a/llvm/cmake/modules/AddLLVM.cmake
+++ b/llvm/cmake/modules/AddLLVM.cmake
@@ -1496,11 +1496,6 @@ endfunction()
 # path. Since this uses __file__, it has to be emitted into python files that
 # use it and can't be in a lit module. Use with make_paths_relative().
 string(CONCAT LLVM_LIT_PATH_FUNCTION
-  # Lit converts config paths to lower case in discovery.py, before
-  # loading the config. This causes __file__ to be all lower-case (including
-  # the drive letter), but several clang tests pass -include %s and a
-  # clang warning checks that passed case matches on-disk cache. So it's
-  # important that this restores the on-disk case of the prefix.
   "# Allow generated file to be relocatable.\n"
   "def path(p):\n"
   "    if not p: return ''\n"


        


More information about the llvm-commits mailing list