aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/Basic/VirtualFileSystemTest.cpp
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2018-07-26 18:15:02 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2018-07-26 18:15:02 +0000
commit3a0e9b37f3b592722b39d867404e62bf45bb786b (patch)
tree4b7adfe12b40142493db7ac863cb037402f5bab6 /clang/unittests/Basic/VirtualFileSystemTest.cpp
parent6fbbf27d98e9e48415bb152b43746ddaab7514f8 (diff)
downloadllvm-3a0e9b37f3b592722b39d867404e62bf45bb786b.zip
llvm-3a0e9b37f3b592722b39d867404e62bf45bb786b.tar.gz
llvm-3a0e9b37f3b592722b39d867404e62bf45bb786b.tar.bz2
PR30734: Remove __kmp_ft_page_allocate()
This function was not enabled by default and not exported when manually tweaking the build flags. Additionally it was hard to use since there is no corresponding __kmp_ft_page_free(). The code itself is questionable because the returned memory address is padded by an extra pointer which stores the unpadded start of the allocated region (this would need to be freed). Differential Revision: https://reviews.llvm.org/D49802 llvm-svn: 338052
Diffstat (limited to 'clang/unittests/Basic/VirtualFileSystemTest.cpp')
0 files changed, 0 insertions, 0 deletions