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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 12 18:40:05 PDT 2019


craig.topper added inline comments.


================
Comment at: unittests/Support/VirtualFileSystemTest.cpp:404
   ~ScopedFile() {
-    if (Path != "")
+    if (Path != "") {
       EXPECT_FALSE(llvm::sys::fs::remove(Path.str()));
----------------
Unrelated change?


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