Copilot commented on code in PR #263:
URL:
https://github.com/apache/teaclave-trustzone-sdk/pull/263#discussion_r2678192922
##########
cargo-optee/aarch64-unknown-optee.json:
##########
@@ -0,0 +1,21 @@
+{
+ "arch": "aarch64",
+ "data-layout": "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128",
+ "features": "+strict-align",
+ "dynamic-linking": false,
+ "executables": true,
+ "has-rpath": true,
+ "linker-flavor": "ld",
+ "linker-is-gnu": true,
+ "llvm-target": "aarch64-unknown-linux-gnu",
+ "max-atomic-width": 128,
+ "os": "optee",
+ "position-independent-executables": true,
+ "relro-level": "full",
+ "target-c-int-width": "32",
+ "target-endian": "little",
+ "target-pointer-width": "64",
+ "vendor": "unknown",
+ "panic-strategy": "abort"
+}
+
Review Comment:
There is trailing whitespace at the end of this JSON file. While this
doesn't affect functionality, it's inconsistent with the ARM target JSON file
which has no trailing whitespace.
```suggestion
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]