[PATCH] D60643: [X86] Use PC-relative mode for the kernel code model

Bill Wendling via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 13 02:02:26 PDT 2019


void marked an inline comment as done.
void added inline comments.


================
Comment at: unittests/Support/VirtualFileSystemTest.cpp:404
   ~ScopedFile() {
-    if (Path != "")
+    if (Path != "") {
       EXPECT_FALSE(llvm::sys::fs::remove(Path.str()));
----------------
craig.topper wrote:
> Unrelated change?
I thought I would fix the warning while I was in there. I can revert this if you like.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D60643





More information about the llvm-commits mailing list