[PATCH] D135373: [clang][test] Make headers unique to avoid linking issues

Ben Langmuir via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 6 10:09:59 PDT 2022


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8d9a3a6b9bd1: [clang][test] Make headers unique to avoid linking issues (authored by benlangmuir).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135373/new/

https://reviews.llvm.org/D135373

Files:
  clang/test/Driver/Inputs/header0.h
  clang/test/Driver/Inputs/header1.h
  clang/test/Driver/Inputs/header2.h
  clang/test/Driver/Inputs/header3.h
  clang/test/Driver/Inputs/header4.h


Index: clang/test/Driver/Inputs/header4.h
===================================================================
--- clang/test/Driver/Inputs/header4.h
+++ clang/test/Driver/Inputs/header4.h
@@ -0,0 +1 @@
+// header4.h
Index: clang/test/Driver/Inputs/header3.h
===================================================================
--- clang/test/Driver/Inputs/header3.h
+++ clang/test/Driver/Inputs/header3.h
@@ -0,0 +1 @@
+// header3.h
Index: clang/test/Driver/Inputs/header2.h
===================================================================
--- clang/test/Driver/Inputs/header2.h
+++ clang/test/Driver/Inputs/header2.h
@@ -1 +1,2 @@
+// header2.h
 #include "header1.h"
Index: clang/test/Driver/Inputs/header1.h
===================================================================
--- clang/test/Driver/Inputs/header1.h
+++ clang/test/Driver/Inputs/header1.h
@@ -0,0 +1 @@
+// header1.h
Index: clang/test/Driver/Inputs/header0.h
===================================================================
--- clang/test/Driver/Inputs/header0.h
+++ clang/test/Driver/Inputs/header0.h
@@ -0,0 +1 @@
+// header0.h


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135373.465780.patch
Type: text/x-patch
Size: 1102 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221006/c5c1ba39/attachment-0001.bin>


More information about the cfe-commits mailing list