Skip to content
Commit d2a712f7 authored by Tobias C. Berner's avatar Tobias C. Berner
Browse files

devel/android-tools-simpleperf: lock llvm-version at 9

LLVM_DEFAULT will be bumped to 15, this port fails with:
	[...]
	/usr/local/llvm15/include/llvm/ADT/STLForwardCompat.h:74:21:
	error: no template named 'remove_cv_t' i n namespace 'std'; did
	you mean 'remove_cv'?
	  using type = std::remove_cv_t<std::remove_reference_t<T>>;
		       ~~~~~^~~~~~~~~~~
			    remove_cv
	[...]

PR:		263456
parent ae1e7214
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment