Files
swift-mirror/test/Interpreter/SDK/GLKit_jit.swift
Joe Groff 17e85e60e4 Consistently set target, CPU, and subtarget options in AOT and JIT mode.
Factor out the code that sets up llvm::TargetOptions and SubtargetFeatures via Clang, and reuse it in immediate mode to properly set up the ExecutionEngine to be consistent with the environment we emitted code for. This makes it so that we can use code that lowers to, for instance, SSE3 intrinsics, in particular stuff like GLKit code imported from Clang.

Swift SVN r23646
2014-12-03 06:40:18 +00:00

7 lines
206 B
Swift

// Test GLKit.swift in JIT mode.
// RUN: %swift -interpret -sdk %sdk %S/GLKit.swift | FileCheck %S/GLKit.swift
// FIXME: broken on iOS
// REQUIRES: OS=macosx
// REQUIRES: sdk
// REQUIRES: swift_interpreter