Commit c0f1b6f3 by Nicolas Capens Committed by Nicolas Capens

Allow using SZTARGET without PNACL_LLVM.

BUG=swiftshader:7 Change-Id: If0cfad149ba6ba7bc17708e8a6e5183189eeef5c Reviewed-on: https://chromium-review.googlesource.com/379876Reviewed-by: 's avatarJim Stichnoth <stichnot@chromium.org> Tested-by: 's avatarNicolas Capens <nicolascapens@google.com>
parent 1d0690bc
......@@ -14,8 +14,6 @@
//
//===----------------------------------------------------------------------===//
#ifdef PNACL_LLVM
#ifdef SZTARGET
#ifndef SUBZERO_TARGET
......@@ -28,9 +26,9 @@ SUBZERO_TARGET(SZTARGET)
#else // !SZTARGET
#include "llvm/Config/SZTargets.def"
#ifdef PNACL_LLVM
#endif // !SZTARGET
#include "llvm/Config/SZTargets.def"
#else // !PNACL_LLVM
......@@ -40,3 +38,5 @@ SUBZERO_TARGET(X8632)
SUBZERO_TARGET(X8664)
#endif // !PNACL_LLVM
#endif // !SZTARGET
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment