[llvm] r364577 - Correct the file path. NFC.
Michael Liao via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 27 12:05:48 PDT 2019
Author: hliao
Date: Thu Jun 27 12:05:46 2019
New Revision: 364577
URL: http://llvm.org/viewvc/llvm-project?rev=364577&view=rev
Log:
Correct the file path. NFC.
Modified:
llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt
Modified: llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt?rev=364577&r1=364576&r2=364577&view=diff
==============================================================================
--- llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt (original)
+++ llvm/trunk/lib/DebugInfo/GSYM/LLVMBuild.txt Thu Jun 27 12:05:46 2019
@@ -1,4 +1,4 @@
-;===- ./lib/DebugInfo/DWARF/LLVMBuild.txt ----------------------*- Conf -*--===;
+;===- ./lib/DebugInfo/GSYM/LLVMBuild.txt ----------------------*- Conf -*--===;
;
; Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
; See https://llvm.org/LICENSE.txt for license information.
More information about the llvm-commits
mailing list