[llvm] 7646a67 - [DebugInfo][test] Move distringtype.ll to X86/ subdir to fix failures when X86 target is not built
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 23:15:23 PDT 2020
Author: Fangrui Song
Date: 2020-08-21T23:14:36-07:00
New Revision: 7646a67104d5981483c971719457e44bed764af3
URL: https://github.com/llvm/llvm-project/commit/7646a67104d5981483c971719457e44bed764af3
DIFF: https://github.com/llvm/llvm-project/commit/7646a67104d5981483c971719457e44bed764af3.diff
LOG: [DebugInfo][test] Move distringtype.ll to X86/ subdir to fix failures when X86 target is not built
Added:
llvm/test/DebugInfo/X86/distringtype.ll
Modified:
Removed:
llvm/test/DebugInfo/distringtype.ll
################################################################################
diff --git a/llvm/test/DebugInfo/distringtype.ll b/llvm/test/DebugInfo/X86/distringtype.ll
similarity index 99%
rename from llvm/test/DebugInfo/distringtype.ll
rename to llvm/test/DebugInfo/X86/distringtype.ll
index 3f5899c188d4..6987bc405d89 100644
--- a/llvm/test/DebugInfo/distringtype.ll
+++ b/llvm/test/DebugInfo/X86/distringtype.ll
@@ -22,8 +22,6 @@
;; end subroutine sub
;; end program assumedLength
-; ModuleID = 'test.ll'
-source_filename = "test.ll"
target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"
target triple = "x86_64-unknown-linux-gnu"
More information about the llvm-commits
mailing list