Skip to content

Commit 2e46c40

Browse files
asowaniCodaFi
authored andcommitted
Update clang_inline_opt.swift
1 parent ee7cccf commit 2e46c40

File tree

2 files changed

+0
-50
lines changed

2 files changed

+0
-50
lines changed

test/IRGen/clang_inline_opt.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// RUN: %target-swift-frontend -enable-objc-interop -import-objc-header %S/Inputs/c_functions.h -primary-file %s -O -emit-ir -disable-llvm-optzns | %FileCheck %s
2-
// UNSUPPORTED: CPU=powerpc64le
32

43
func return10() -> UInt32 {
54
return return7() + 3

utils/build-presets.ini

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -2168,52 +2168,3 @@ mixin-preset=stdlib_DA_standalone,build
21682168

21692169
test
21702170
validation-test
2171-
2172-
#===------------------------------------------------------------------------===#
2173-
# ppc64le, with tests
2174-
#===------------------------------------------------------------------------===#
2175-
[preset: buildbot_linux_ppc64le]
2176-
no-assertions
2177-
release
2178-
test
2179-
validation-test
2180-
lit-args=-v
2181-
build-subdir=buildbot_incremental
2182-
llbuild
2183-
swiftpm
2184-
xctest
2185-
foundation
2186-
libdispatch
2187-
2188-
dash-dash
2189-
2190-
reconfigure
2191-
2192-
#===------------------------------------------------------------------------===#
2193-
# ppc64le, no tests
2194-
#===------------------------------------------------------------------------===#
2195-
[preset: buildbot_linux_ppc64le,no_test]
2196-
no-assertions
2197-
debug
2198-
validation-test
2199-
lit-args=-v
2200-
build-subdir=buildbot_incremental
2201-
llbuild
2202-
swiftpm
2203-
xctest
2204-
foundation
2205-
libdispatch
2206-
2207-
dash-dash
2208-
2209-
reconfigure
2210-
skip-test-cmark
2211-
skip-test-lldb
2212-
skip-test-swift
2213-
skip-test-llbuild
2214-
skip-test-swiftpm
2215-
skip-test-xctest
2216-
skip-test-foundation
2217-
skip-test-libdispatch
2218-
skip-test-playgroundsupport
2219-
skip-test-libicu

0 commit comments

Comments
 (0)