[PATCH] D13482: Revised Initial patch for PS4 toolchain
Ed Maste via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 13 17:12:36 PDT 2015
emaste added a subscriber: emaste.
================
Comment at: cfe/trunk/lib/Driver/ToolChains.cpp:4080
@@ +4079,3 @@
+ SmallString<512> PS4SDKDir;
+ if (const char *EnvValue = getenv("SCE_PS4_SDK_DIR"))
+ if (!llvm::sys::fs::exists(EnvValue))
----------------
Looks like a missing { here
Repository:
rL LLVM
http://reviews.llvm.org/D13482
More information about the cfe-commits
mailing list