mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[benchmark] Add preliminary helper for measuring instructions executed.
This commit is contained in:
@@ -315,6 +315,7 @@ function (swift_benchmark_compile_archopts)
|
||||
if (is_darwin)
|
||||
list(APPEND common_options
|
||||
"-I" "${srcdir}/utils/ObjectiveCTests"
|
||||
"-I" "${srcdir}/utils/LibProc"
|
||||
"-F" "${sdk}/../../../Developer/Library/Frameworks"
|
||||
"-sdk" "${sdk}"
|
||||
"-no-link-objc-runtime")
|
||||
@@ -344,6 +345,7 @@ function (swift_benchmark_compile_archopts)
|
||||
list(APPEND common_options_driver
|
||||
"-sdk" "${sdk}"
|
||||
"-F" "${sdk}/../../../Developer/Library/Frameworks"
|
||||
"-I" "${srcdir}/utils/LibProc"
|
||||
"-no-link-objc-runtime")
|
||||
endif()
|
||||
set(bench_library_objects)
|
||||
|
||||
Reference in New Issue
Block a user