diff options
author | Iblis Lin <[email protected]> | 2018-09-27 09:24:53 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2018-09-27 09:24:53 +0800 |
commit | d0ee664621f485b533a26805c21c8058ad59a6b7 (patch) | |
tree | 278ad990c613780b1347203af24420df39b0f167 /lib/hipe | |
parent | 3d054bfa6ce74a11107b8b276426bcc498cadd56 (diff) | |
download | otp-d0ee664621f485b533a26805c21c8058ad59a6b7.tar.gz otp-d0ee664621f485b533a26805c21c8058ad59a6b7.tar.bz2 otp-d0ee664621f485b533a26805c21c8058ad59a6b7.zip |
update comment
Diffstat (limited to 'lib/hipe')
-rw-r--r-- | lib/hipe/llvm/hipe_llvm_main.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/llvm/hipe_llvm_main.erl b/lib/hipe/llvm/hipe_llvm_main.erl index 1d7a51b5b1..44f0566379 100644 --- a/lib/hipe/llvm/hipe_llvm_main.erl +++ b/lib/hipe/llvm/hipe_llvm_main.erl @@ -526,7 +526,7 @@ unique_folder(FunName, Arity, Options) -> case proplists:get_bool(llvm_save_temps, Options) of true -> %% Store folder in current directory DirName; - false -> %% Temporarily store folder in tempfs (/dev/shm/) + false -> %% Temporarily store folder in tempfs or tmp dir tmpfs_folder() ++ DirName end, %% Make sure it does not exist |