[PATCH] D53146: [MC][ELF] fix newly added test

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 13:06:10 PDT 2018


rnk added inline comments.


================
Comment at: test/MC/ELF/section_mergeable_size.ll:1
+; RUN: llc -mtriple x86_64-linux-gnu < %s | FileCheck %s
+ at a = internal unnamed_addr constant [1 x [1 x i32]] zeroinitializer, section ".init.rodata", align 4
----------------
This is an LLC test testing an implementation detail of lib/CodeGen/TargetLoweringObjectFile.cpp, which is not part of MC. It should probably be in llvm/test/CodeGen/X86.


Repository:
  rL LLVM

https://reviews.llvm.org/D53146





More information about the llvm-commits mailing list