We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 651ca0c commit 51b05c1Copy full SHA for 51b05c1
clang/lib/Basic/Targets/Z80.h
@@ -39,6 +39,7 @@ class LLVM_LIBRARY_VISIBILITY Z80TargetInfoBase : public TargetInfo {
39
}
40
41
bool hasInt48Type() const override { return true; }
42
+ bool isCLZForZeroUndef() const override { return false; }
43
void getTargetDefines(const LangOptions &Opts,
44
MacroBuilder &Builder) const override;
45
BuiltinVaListKind getBuiltinVaListKind() const override {
0 commit comments