Skip to content
This repository has been archived by the owner on May 14, 2024. It is now read-only.

Commit

Permalink
merge amd-stg-open into amd-mainline-open
Browse files Browse the repository at this point in the history
Change-Id: I89777c216127bd7f5e4592199d9c6c3e936bd541
  • Loading branch information
searlmc1 committed Dec 2, 2021
2 parents 8e4c100 + 73075fe commit d8171e7
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 1,491 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@ if (NOT DEFINED AMDGPU_TARGET_TRIPLE)
set(AMDGPU_TARGET_TRIPLE "amdgcn-amd-amdhsa")
endif()

option(BUILD_HC_LIB "Build Heterogeneous Compute built-in library (hc)" ON)

if (NOT PREPARE_BUILTINS)
add_subdirectory(utils/prepare-builtins)
set (PREPARE_BUILTINS $<TARGET_FILE:prepare-builtins>)
Expand All @@ -71,10 +69,6 @@ add_subdirectory(opencl)
add_subdirectory(hip)
add_subdirectory(asanrtl)

if(BUILD_HC_LIB)
add_subdirectory(hc)
endif()

enable_testing()
add_subdirectory(test/constant_folding)

Expand Down
4 changes: 2 additions & 2 deletions asanrtl/src/preserve.cl
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ extern void __sanitizer_ptr_cmp(uptr a, uptr b);
extern void __sanitizer_ptr_sub(uptr a, uptr b);
extern void __asan_before_dynamic_init(uptr addr);
extern void __asan_after_dynamic_init(void);
extern void __asan_register_globals(void *start, uptr n);
extern void __asan_unregister_globals(void *start, uptr n);
extern void __asan_register_globals(uptr start, uptr n);
extern void __asan_unregister_globals(uptr start, uptr n);
extern void __asan_register_image_globals(uptr flag);
extern void __asan_unregister_image_globals(uptr flag);
extern void __asan_register_elf_globals(uptr flag, uptr start, uptr stop);
Expand Down
22 changes: 0 additions & 22 deletions hc/CMakeLists.txt

This file was deleted.

257 changes: 0 additions & 257 deletions hc/src/hc_amdgcn.ll

This file was deleted.

Loading

0 comments on commit d8171e7

Please sign in to comment.